GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > RangeActionsCommand クラス > RangeActionsCommand コンストラクタ : RangeActionsCommand コンストラクタ(Worksheet,Reference[],ManipulationOptions) |
'Declaration
Public Function New( _ ByVal worksheet As Worksheet, _ ByVal references() As Reference, _ ByVal manipulationOptions As ManipulationOptions _ )
'使用法
Dim worksheet As Worksheet Dim references() As Reference Dim manipulationOptions As ManipulationOptions Dim instance As New RangeActionsCommand(worksheet, references, manipulationOptions)
public RangeActionsCommand( Worksheet worksheet, Reference[] references, ManipulationOptions manipulationOptions )